home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Metabee.bin
/
mac
/
assets
/
metabee.dxr
/
00015_Script_15
< prev
next >
Wrap
Text File
|
2001-12-07
|
336b
|
20 lines
global area
on beginsframe me
if area = 1 then
go to frame "construct"
else if area = 2 then
go to frame "robattle"
else if area = 3 then
go to frame "fighter"
else if area = 4 then
go to frame "fun"
else if area = 5 then
go to frame "video"
end if
end